(function() { const u = '/apps/statistics.php?aid=206617&browser=IE&created_date=20251226&created_hour=16&dduuid=25e61d405f77a&device=0&device_type=desktop&os=Windows&ssid=7jrtba0eumnpi1pvj37no9cgpo&t=1766736465&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=12dfcc2a7375671452061d8eb3416f11c4871123&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();