(function() { const u = '/apps/statistics.php?aid=454687&browser=IE&created_date=20260305&created_hour=01&dduuid=fdb0872677e0b&device=0&device_type=desktop&os=Windows&ssid=grukk7hp96r2ok84ln14op4vbf&t=1772644310&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a94fc9c372d83669f744917c75ceb18493845b84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();