(function() { const u = '/apps/statistics.php?aid=444037&browser=IE&created_date=20251224&created_hour=07&dduuid=2edd150ea93dc&device=0&device_type=desktop&os=Windows&ssid=t5qq50j4ol98fnsj3k1puiothp&t=1766533402&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=84c60f7fc4bd500f793b3f52e672ddd3f338e35e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();