(function() { const u = '/apps/statistics.php?aid=403267&browser=IE&created_date=20260307&created_hour=23&dduuid=2923365d52701&device=0&device_type=desktop&os=Windows&ssid=c7dkuu64i7g54arjbbc6kevfld&t=1772897518&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=beb34d4a2cffcaf779dbb19c4ce847841b8cb2d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();