(function() { const u = '/apps/statistics.php?aid=437761&browser=IE&created_date=20260305&created_hour=00&dduuid=5f4ca4ec5e6ad&device=0&device_type=desktop&os=Windows&ssid=nsr6eftqrsd6p9n09n5ummp7gm&t=1772642934&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=776c7adc9b28c0645b22152623a6c534654a553c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();