(function() { const u = '/apps/statistics.php?aid=405455&browser=IE&created_date=20260311&created_hour=06&dduuid=c1569c3b098f2&device=0&device_type=desktop&os=Windows&ssid=4q6mf0tebjl62i08e028am317n&t=1773182733&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=88e2208ad0d2099a7a1744c8397c977fb981478f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();