(function() { const u = '/apps/statistics.php?aid=450647&browser=IE&created_date=20260311&created_hour=18&dduuid=8f1fdd6286a72&device=0&device_type=desktop&os=Windows&ssid=d61fhiki9j1h1lko20boo19ops&t=1773224248&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c0fca8834d01a00369a99ea9c081af57f8c8170&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();