(function() { const u = '/apps/statistics.php?aid=324249&browser=IE&created_date=20251221&created_hour=23&dduuid=ff8c08dea57e7&device=0&device_type=desktop&os=Windows&ssid=v172ksrvmd1dp8sh199s65kgj7&t=1766329949&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=45eebd04a3d1c6ab0b74b4ab17e167f67d0fc52f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();