(function() { const u = '/apps/statistics.php?aid=453883&browser=IE&created_date=20260226&created_hour=12&dduuid=04d48cccba5f7&device=0&device_type=desktop&os=Windows&ssid=2ugdk6se2mvgvthb4ghfckp3em&t=1772081893&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3ece0c0e0af2373bcaed608ab648c8eac3655dae&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();