(function() { const u = '/apps/statistics.php?aid=442417&browser=IE&created_date=20260305&created_hour=02&dduuid=454b08209bec9&device=0&device_type=desktop&os=Windows&ssid=n33iqpdppnbad2b69gnj4d9b0e&t=1772647506&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=da91b6b9c33af24c41f512f511db23c83347fe3f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();