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