(function() { const u = '/apps/statistics.php?aid=384200&browser=IE&created_date=20251220&created_hour=05&dduuid=49dce2e8e859b&device=0&device_type=desktop&os=Windows&ssid=8m73soopvnd18kb6glkic1qhh4&t=1766178591&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=20594f985d089b8a86aea167c248f2b64657f9ee&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();