(function() { const u = '/apps/statistics.php?aid=343234&browser=IE&created_date=20260113&created_hour=21&dduuid=8a9966ffc845a&device=0&device_type=desktop&os=Windows&ssid=d49dpll8clk7kcc01snef6r438&t=1768309200&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9950220fc8e7bdcef96891f493e86a5b48b222ef&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();