(function() { const u = '/apps/statistics.php?aid=453364&browser=IE&created_date=20260305&created_hour=23&dduuid=55de2fab96ccd&device=0&device_type=desktop&os=Windows&ssid=aoogo0vhg56hn8nrao3c3lrcq5&t=1772725895&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d22a44b94148bf1f125936f0ea42baa0a8a7f635&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();