(function() { const u = '/apps/statistics.php?aid=294748&browser=IE&created_date=20251223&created_hour=06&dduuid=fac3d570444a8&device=0&device_type=desktop&os=Windows&ssid=maps9p2bo3a1292p0dd3ct7c62&t=1766442496&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3cf574c6e9d36cb78b934574e82170f856d39287&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();