(function() { const u = '/apps/statistics.php?aid=450922&browser=IE&created_date=20260312&created_hour=00&dduuid=4d2f0550e5e00&device=0&device_type=desktop&os=Windows&ssid=fmg1qbiuie7vddm5q6ki2ffcr6&t=1773246833&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=07daa5139ec4a52acd1fc2a1cf8c3d4a99aa99a5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();