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