(function() { const u = '/apps/statistics.php?aid=447650&browser=IE&created_date=20260112&created_hour=09&dduuid=d840aae5f694e&device=0&device_type=desktop&os=Windows&ssid=sr9mnrf0avtkh7ohfjvcetecl6&t=1768180393&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f556b8def710dc325fe67aceaef3326c9b274979&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();