(function() { const u = '/apps/statistics.php?aid=456159&browser=IE&created_date=20260307&created_hour=20&dduuid=461552e3c8cae&device=0&device_type=desktop&os=Windows&ssid=e9dlrpi7eb83boptgc2in37ktd&t=1772885711&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0a4ccf9f3f502353cb5101e68f83e5f87488dbe2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();