(function() { const u = '/apps/statistics.php?aid=440695&browser=IE&created_date=20260224&created_hour=21&dduuid=730bbee13b4d8&device=0&device_type=desktop&os=Windows&ssid=gi6j3jt03haf3o611hasvo2h63&t=1771939299&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=47e68e8c87c28760a045e93a105c08e2242981af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();