(function() { const u = '/apps/statistics.php?aid=207228&browser=IE&created_date=20260115&created_hour=00&dduuid=d06ef7a324af5&device=0&device_type=desktop&os=Windows&ssid=hp1ti5t77oqgfoc3usvlcabmaf&t=1768409900&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=32d66ab84cee83b9846cbe0e9d5c2604a4d0a727&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();