(function() { const u = '/apps/statistics.php?aid=442400&browser=IE&created_date=20260304&created_hour=00&dduuid=19808312b8655&device=0&device_type=desktop&os=Windows&ssid=okvsiordtmgkoqef1nlmg8h0bl&t=1772555252&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=df4d8991c7e3c1c82377c4b1f46a9962223a7ac9&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();