(function() { const u = '/apps/statistics.php?aid=451827&browser=IE&created_date=20260122&created_hour=06&dduuid=63a4fe9b1a5b2&device=0&device_type=desktop&os=Windows&ssid=c8frbrc825i1d6270n5qu49hrh&t=1769034477&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=680c3146794b24a2d1ac1aec43db374fde1064a0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();