(function() { const u = '/apps/statistics.php?aid=210221&browser=IE&created_date=20260223&created_hour=23&dduuid=dce268f0fa2ec&device=0&device_type=desktop&os=Windows&ssid=ue7ub72qravgu9877dfcd2uvrh&t=1771859719&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=207ec913be61f21b14c00c424b6b7b8696a6e990&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();