(function() { const u = '/apps/statistics.php?aid=428005&browser=IE&created_date=20260122&created_hour=06&dduuid=e7b752b5a0406&device=0&device_type=desktop&os=Windows&ssid=lqd5sq3kbkntske69beahtcpo6&t=1769036076&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=09ebc63764a4b21c82580e4956e86bdc4d863173&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();