(function() { const u = '/apps/statistics.php?aid=450984&browser=IE&created_date=20260313&created_hour=07&dduuid=ef043c39c859b&device=0&device_type=desktop&os=Windows&ssid=e0o5kf4moq3p5rtkl6apheul4l&t=1773358485&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=aed538cf586d799967fa9ed9e2f4cb0caa793d9a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();