(function() { const u = '/apps/statistics.php?aid=400462&browser=IE&created_date=20260311&created_hour=02&dduuid=c9e9b0f1c4842&device=0&device_type=desktop&os=Windows&ssid=090hlocn0hjb3ii3e7cuhfrrfa&t=1773166786&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=345102dfbe6bc535316b6d372644405b2eed5b54&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();