(function() { const u = '/apps/statistics.php?aid=443859&browser=IE&created_date=20260223&created_hour=12&dduuid=759dedcc3ae65&device=0&device_type=desktop&os=Windows&ssid=7870iu2gjgvrth2hm3od06qr85&t=1771819242&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f14da912245a19534d27b689c6f07796705426fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();