(function() { const u = '/apps/statistics.php?aid=455131&browser=IE&created_date=20260304&created_hour=19&dduuid=243a37dcb1782&device=0&device_type=desktop&os=Windows&ssid=603r90mtmp17rgpfe90o4ha2ej&t=1772622316&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=fa4007dc17b100123671ba455632eafaf3db03ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();