(function() { const u = '/apps/statistics.php?aid=440731&browser=IE&created_date=20260312&created_hour=01&dduuid=4c5c859c11244&device=0&device_type=desktop&os=Windows&ssid=ivfag3h6sbnfbemilsg5p8p405&t=1773251179&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9229ca3a879f504395fc9ef9d3226c81607b28fe&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();