(function() { const u = '/apps/statistics.php?aid=454481&browser=IE&created_date=20260303&created_hour=23&dduuid=2f5847a3c9d1c&device=0&device_type=desktop&os=Windows&ssid=tpbl25nsrvei2ogrednr62e7nm&t=1772550955&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4475d58f9cc401e0766eed24f0ef9c7fc8b0c83&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();