(function() { const u = '/apps/statistics.php?aid=370642&browser=IE&created_date=20260113&created_hour=22&dduuid=854e44eea18e1&device=0&device_type=desktop&os=Windows&ssid=j7qr05jgjk4otlgigfoqq3vbum&t=1768313522&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=730661c3b72c034485888ec012402727201b0ed1&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();