(function() { const u = '/apps/statistics.php?aid=456177&browser=IE&created_date=20260310&created_hour=04&dduuid=ac4f795c4944c&device=0&device_type=desktop&os=Windows&ssid=0830jaotv5kp47g1j2aevm0c1i&t=1773089439&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=a1779deabb52811f6abc7a2222241504179dd2af&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();