(function() { const u = '/apps/statistics.php?aid=448804&browser=IE&created_date=20260308&created_hour=07&dduuid=04cc4dd74b1a1&device=0&device_type=desktop&os=Windows&ssid=gjmproef4s53jpeau91hn5tmhg&t=1772927120&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d466b1204c88deaf34d74aa80e9377df8318a81e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();