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