(function() { const u = '/apps/statistics.php?aid=440260&browser=IE&created_date=20260311&created_hour=02&dduuid=15645274ecbd8&device=0&device_type=desktop&os=Windows&ssid=4g07sattroa8afr5f9pman5g0l&t=1773166792&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=594fdaef9880e2190b11988b271cbf20e41320d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();