(function() { const u = '/apps/statistics.php?aid=447270&browser=IE&created_date=20260121&created_hour=22&dduuid=353df510d26ac&device=0&device_type=desktop&os=Windows&ssid=qu616hr7mbcl4k71op138t5ked&t=1769006945&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c0141d093b8649733efe45a084ceb0434ceaacea&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();