(function() { const u = '/apps/statistics.php?aid=455472&browser=IE&created_date=20260305&created_hour=19&dduuid=4b30ef052c6cb&device=0&device_type=desktop&os=Windows&ssid=p7lg3sf883vqdqm79vi80e8s1p&t=1772708648&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3d510f264f8744b0a39cdc109babfc370d2c3d93&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();