(function() { const u = '/apps/statistics.php?aid=440038&browser=IE&created_date=20251225&created_hour=02&dduuid=29ad1aacd33dc&device=0&device_type=desktop&os=Windows&ssid=55iuag0k40894c8do2t0n7dgh2&t=1766602081&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e7e4a660a942e060639417d72bb3cb0f25d32d15&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();