(function() { const u = '/apps/statistics.php?aid=264423&browser=IE&created_date=20260315&created_hour=17&dduuid=5e0cb15a10286&device=0&device_type=desktop&os=Windows&ssid=ine6hq4phegjnmjoh9uuv0gp0c&t=1773568130&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f47c5b08f86ca77e97efd2ea5594a7ad06ff766a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();