(function() { const u = '/apps/statistics.php?aid=141263&browser=IE&created_date=20260310&created_hour=22&dduuid=86afaac81f7f6&device=0&device_type=desktop&os=Windows&ssid=oe2avvoc95p2elefmmteoh1jtr&t=1773152877&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5ae7864199e00f9c1049bafbe7d33902a08b65e2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();