(function() { const u = '/apps/statistics.php?aid=380575&browser=IE&created_date=20260311&created_hour=11&dduuid=5027c354679cc&device=0&device_type=desktop&os=Windows&ssid=8j1q05jpdd1ogro26rel8p3cts&t=1773199962&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e56636c897bfa8e33bbfeba762811497362abffc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();