(function() { const u = '/apps/statistics.php?aid=424644&browser=IE&created_date=20260127&created_hour=17&dduuid=d82b8be492056&device=0&device_type=desktop&os=Windows&ssid=t2cnsqr5oferbg3urgbru94uh4&t=1769507678&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b74f0c87c4389f36a963381437ac493c431f050c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();