(function() { const u = '/apps/statistics.php?aid=445747&browser=IE&created_date=20260112&created_hour=10&dduuid=bf64b4305306e&device=0&device_type=desktop&os=Windows&ssid=l90ma3jd6u8fjg59p3t81jds75&t=1768186292&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=05b5c6e99983713661f11db0f3d5783d5c5c82f0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();