(function() { const u = '/apps/statistics.php?aid=455207&browser=IE&created_date=20260311&created_hour=00&dduuid=670c313a84aca&device=0&device_type=desktop&os=Windows&ssid=stmm644l6r1a4ipel0l4ar9pns&t=1773160751&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f4f94fd4ffb5866ceedcee8ce653e95f2487f176&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();