(function() { const u = '/apps/statistics.php?aid=455159&browser=IE&created_date=20260305&created_hour=00&dduuid=ff2461947917c&device=0&device_type=desktop&os=Windows&ssid=cmhptvjl0ef7o2d05todovdl8u&t=1772643201&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=00fc82589d39f973a3c04403e8ff1e47a0b0a606&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();