(function() { const u = '/apps/statistics.php?aid=445743&browser=IE&created_date=20260122&created_hour=12&dduuid=493df5acd144c&device=0&device_type=desktop&os=Windows&ssid=i27m2gj43gt2u50b4alg1id544&t=1769054669&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f582a4f257e6653d4e0caaf239b505011a013f23&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();