(function() { const u = '/apps/statistics.php?aid=437102&browser=IE&created_date=20251229&created_hour=00&dduuid=a37c63c2fca08&device=0&device_type=desktop&os=Windows&ssid=1i1lte3p7gfkabqu9o5pk7sqhl&t=1766940799&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b4467093b93031e8af0a5e273f7fa625af6a040f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();