(function() { const u = '/apps/statistics.php?aid=294908&browser=IE&created_date=20260314&created_hour=05&dduuid=4d2fa2d6da0c9&device=0&device_type=desktop&os=Windows&ssid=g6n6mp3d6ce7tj6h5qpr91s7rp&t=1773437725&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=19d5e21112a98393da9824d4cbce08777da7253a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();