(function() { const u = '/apps/statistics.php?aid=392692&browser=IE&created_date=20251225&created_hour=04&dduuid=1abea8ed52b73&device=0&device_type=desktop&os=Windows&ssid=32ipvf3mfkktohlb96floo5k5q&t=1766608759&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0d12ff452672460bd468320d6fe9ef3eaf22f869&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();