(function() { const u = '/apps/statistics.php?aid=207504&browser=IE&created_date=20260113&created_hour=13&dduuid=33d55cc1865fa&device=0&device_type=desktop&os=Windows&ssid=pb59vnoka42cor9a6k67ttb9kr&t=1768280834&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e1cc6408dbbd114deebb4845a173a8e2f746c04&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();