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