(function() { const u = '/apps/statistics.php?aid=17640&browser=IE&created_date=20260224&created_hour=18&dduuid=77a08ac7be0c8&device=0&device_type=desktop&os=Windows&ssid=del9jiue3nfhfc9iomh2krm1nn&t=1771927752&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=674379c55551b048bb5784f2c8b2837d0a56f908&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();