(function() { const u = '/apps/statistics.php?aid=324252&browser=IE&created_date=20251221&created_hour=21&dduuid=5cf51b70e51d2&device=0&device_type=desktop&os=Windows&ssid=5qa9b2ub6o6r6663ff11mlv2br&t=1766325181&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5738744cf06d6f04114fc1cf710bfe6000839bbd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();