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