(function() { const u = '/apps/statistics.php?aid=451330&browser=IE&created_date=20260312&created_hour=19&dduuid=64d25b8fc013e&device=0&device_type=desktop&os=Windows&ssid=98v41f7d6t15h0ipul20arbelj&t=1773316022&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=60d3661a57968820e99868eb81d6c4bbc942fc57&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();