(function() { const u = '/apps/statistics.php?aid=445715&browser=IE&created_date=20260313&created_hour=08&dduuid=f84424561f314&device=0&device_type=desktop&os=Windows&ssid=qlkbdff57qlish6i5d4ulgmq23&t=1773363042&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1cbd40b248990a2902ca242ee4b32801af153795&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();