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