(function() { const u = '/apps/statistics.php?aid=0&browser=IE&created_date=20260227&created_hour=07&dduuid=5fee75ea7620b&device=0&device_type=desktop&os=Windows&ssid=k3djd42svhhr2g6np8503da05s&t=1772150370&typeid=13&url_type=1&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c2a4f086c68458645d5f8f3dfdb56dc51a3d810a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();