(function() { const u = '/apps/statistics.php?aid=408604&browser=IE&created_date=20251221&created_hour=21&dduuid=47b8403dbb94f&device=0&device_type=desktop&os=Windows&ssid=45687f3o2vaehql1u6rqog676k&t=1766323523&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4d88dd56964553934cd323186b4b80072ac75776&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();