(function() { const u = '/apps/statistics.php?aid=447372&browser=IE&created_date=20260123&created_hour=04&dduuid=1385a70cff2bc&device=0&device_type=desktop&os=Windows&ssid=d5fosm4q26cfbq142t4nk022bn&t=1769112915&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1902e01f38781fc86297717d4357f815ba3b2e1c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();