(function() { const u = '/apps/statistics.php?aid=427500&browser=IE&created_date=20251231&created_hour=17&dduuid=645c384b34cb2&device=0&device_type=desktop&os=Windows&ssid=q0cdrrcofcnqmije480eqfuonh&t=1767173786&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=adb5884520ab6f52340ae9cc28fb9dee6f7e0883&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();