(function() { const u = '/apps/statistics.php?aid=38465&browser=IE&created_date=20260224&created_hour=10&dduuid=482840b48499e&device=0&device_type=desktop&os=Windows&ssid=5pckr1sc6q6s4r5bl0org2s6dl&t=1771900213&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=50dd65a7cca54c0ec323eb411a9d86350b58d6da&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();