(function() { const u = '/apps/statistics.php?aid=448459&browser=IE&created_date=20260309&created_hour=13&dduuid=40284ea8bde28&device=0&device_type=desktop&os=Windows&ssid=n8h2d4p3cac4esquv7fenu3pcv&t=1773034915&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91b3489e6a0fd7ed270eedd753965d51a4b15a14&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();