(function() { const u = '/apps/statistics.php?aid=453715&browser=IE&created_date=20260305&created_hour=15&dduuid=a8ccac4c5d194&device=0&device_type=desktop&os=Windows&ssid=3acuiuhsgoud20p3rg1dcl4pk2&t=1772696067&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7ee6a8c3920bb8c451aed957878dfc652677609a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();