(function() { const u = '/apps/statistics.php?aid=51648&browser=IE&created_date=20260124&created_hour=13&dduuid=d4000c85af6ea&device=0&device_type=desktop&os=Windows&ssid=bppdjd8gmu8v52rg0lk49b88pg&t=1769234327&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=43fb15404aedc6653706fc6eb71a5743334263f5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();