(function() { const u = '/apps/statistics.php?aid=443475&browser=IE&created_date=20251223&created_hour=00&dduuid=5f7b879c55b2c&device=0&device_type=desktop&os=Windows&ssid=98hq1fp2gsi5nno2m6vi2m94ho&t=1766419446&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=f3b59d91d5dd560d2a4a884bfb30d14743831733&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();