(function() { const u = '/apps/statistics.php?aid=412201&browser=IE&created_date=20260119&created_hour=21&dduuid=cf3d06a3a91f5&device=0&device_type=desktop&os=Windows&ssid=99gb9o0s8ocspkaogkh7rsmebv&t=1768829431&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7e21e9fc53512bfa63b678fd152f5863434c21b2&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();