(function() { const u = '/apps/statistics.php?aid=455041&browser=IE&created_date=20260224&created_hour=10&dduuid=cc37b0d0ab0a2&device=0&device_type=desktop&os=Windows&ssid=q194ij59uir13v46tkfppn7enm&t=1771900079&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f1fe8c1c8e8f556c6a16f6f8409021573ee78287&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();