(function() { const u = '/apps/statistics.php?aid=449435&browser=IE&created_date=20260203&created_hour=16&dduuid=52f70923ef63c&device=0&device_type=desktop&os=Windows&ssid=qreqrffosvei8uj0nd2cd6arm9&t=1770108020&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b98c2c8da55a92ee348dc84c6f8042e52c629390&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();