(function() { const u = '/apps/statistics.php?aid=399990&browser=IE&created_date=20251223&created_hour=17&dduuid=999d0f1930488&device=0&device_type=desktop&os=Windows&ssid=id5lrs15qbovunkg0isq2379r9&t=1766481135&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4aa4b9d795f2c7707f97389a09dd606c2eb1538b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();