(function() { const u = '/apps/statistics.php?aid=464179&browser=IE&created_date=20260322&created_hour=02&dduuid=5f699758ab51b&device=0&device_type=desktop&os=Windows&ssid=hnn19c4gq6re1mvecmdgi7830l&t=1774118822&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f9a4372c5e512b9739ace6dac6b1670dd7817fc4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();