(function() { const u = '/apps/statistics.php?aid=454560&browser=IE&created_date=20260223&created_hour=20&dduuid=67996e3171cd5&device=0&device_type=desktop&os=Windows&ssid=l1as3u86mebs301stijn7qv34r&t=1771850991&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e49c6d968625fb185498dccae2041c3c2ed28a44&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();