(function() { const u = '/apps/statistics.php?aid=442334&browser=IE&created_date=20251208&created_hour=11&dduuid=54f62a80229ac&device=0&device_type=desktop&os=Windows&ssid=d8h75q6pfj6iethpr6om3bgqi5&t=1765163456&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d10992cf024d2befba73e7de370e36a527a00cb4&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();