(function() { const u = '/apps/statistics.php?aid=81598&browser=IE&created_date=20260124&created_hour=03&dduuid=efd0e8a2d3edc&device=0&device_type=desktop&os=Windows&ssid=45o7vcu12qkphlmh8dsob91q3m&t=1769197005&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ec37f851d6b858a8a6d37763c05fffc9aab5c339&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();