(function() { const u = '/apps/statistics.php?aid=461734&browser=IE&created_date=20260313&created_hour=14&dduuid=d4b71e05acb2b&device=0&device_type=desktop&os=Windows&ssid=6g8tc5hma0l1l2j5hf9bbadqik&t=1773384624&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3cfb54377fee0c0f5eaa71096c3dc4be3bec94e5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();