(function() { const u = '/apps/statistics.php?aid=399996&browser=IE&created_date=20260308&created_hour=04&dduuid=9465de352b864&device=0&device_type=desktop&os=Windows&ssid=vesp9dhmg5r2qitppga0564aqh&t=1772916310&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=54f928bb1a36b566aebf997c9caff7b278f73c0d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();