(function() { const u = '/apps/statistics.php?aid=324461&browser=IE&created_date=20251222&created_hour=19&dduuid=fef1c76800354&device=0&device_type=desktop&os=Windows&ssid=agj9ltf3qkl2ht9h9r6r0vdcqe&t=1766402635&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c663620271314ad85fc3ba86983bc088be5f796&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();