(function() { const u = '/apps/statistics.php?aid=409813&browser=IE&created_date=20260121&created_hour=01&dduuid=e446bcebda6f7&device=0&device_type=desktop&os=Windows&ssid=92a68ug257lgipu0g1r1r8rhds&t=1768929446&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dbb89df60210513685fcbdb61caf0c241c4d72dd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();