(function() { const u = '/apps/statistics.php?aid=454224&browser=IE&created_date=20260305&created_hour=08&dduuid=48bfbc81b9642&device=0&device_type=desktop&os=Windows&ssid=anrnfthojolcumjsoo96b5acqu&t=1772670782&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=bc731238785eb9c0f9059b81feab4f00c2e4df39&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();