(function() { const u = '/apps/statistics.php?aid=448641&browser=IE&created_date=20260122&created_hour=18&dduuid=5ec176c434c97&device=0&device_type=desktop&os=Windows&ssid=b8qltr2g0s863ishglor8ubmhr&t=1769078799&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=2a86389dd9601f5c98d8118547a745f7d23264bb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();