(function() { const u = '/apps/statistics.php?aid=454543&browser=IE&created_date=20260305&created_hour=05&dduuid=6ff06ba5fc2ee&device=0&device_type=desktop&os=Windows&ssid=qvie7p39tb5sv19gfk3gq2l98r&t=1772659557&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3f139d33743d21774df3d8ec4b51435b3cb32e33&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();