(function() { const u = '/apps/statistics.php?aid=441181&browser=IE&created_date=20251129&created_hour=23&dduuid=ad160a49baa4f&device=0&device_type=desktop&os=Windows&ssid=q21at2keahim3bv4d7tcfak36h&t=1764429203&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=58a5e12c0d293ea3a56f24bb241b702ab859ebf8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();