(function() { const u = '/apps/statistics.php?aid=425631&browser=IE&created_date=20260126&created_hour=06&dduuid=3f178abc8b275&device=0&device_type=desktop&os=Windows&ssid=r080gg10741j3k5120pmlbtdo8&t=1769379374&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4bf23285e645c02708d0f51807372dcabf845cfc&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();