(function() { const u = '/apps/statistics.php?aid=448677&browser=IE&created_date=20260122&created_hour=15&dduuid=a180351dc03c4&device=0&device_type=desktop&os=Windows&ssid=icvv54rgusmd0v0d1oji1e5k4u&t=1769067078&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=22dceb1226af56b94b5168aa5f14fd2372faab3c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();