(function() { const u = '/apps/statistics.php?aid=454037&browser=IE&created_date=20260224&created_hour=11&dduuid=1816435ecd505&device=0&device_type=desktop&os=Windows&ssid=bafk7gj800lc6arjmqfb391nme&t=1771905134&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e9c8f0f0ffe416790ebaf2d3878cb7ecbb7ff88e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();