(function() { const u = '/apps/statistics.php?aid=455821&browser=IE&created_date=20260303&created_hour=20&dduuid=bde2c744bf945&device=0&device_type=desktop&os=Windows&ssid=q8ntpfd4fq0ui49cjnovl6o63f&t=1772539722&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4b53c02faeacf523caabb73f80c757c8b6a9f81e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();