(function() { const u = '/apps/statistics.php?aid=207441&browser=IE&created_date=20260114&created_hour=01&dduuid=9232b33fe9708&device=0&device_type=desktop&os=Windows&ssid=k60hsrkm2t72teidkumi56gpmt&t=1768324218&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f75765feb073ae116310b5a5ce8b3c0f02c5a556&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();