(function() { const u = '/apps/statistics.php?aid=411662&browser=IE&created_date=20260307&created_hour=21&dduuid=f97eb5e36b23a&device=0&device_type=desktop&os=Windows&ssid=3gdsou28sg3pirirm45b7gb0h1&t=1772890107&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d5db2bd389fb293861cfa50dc58decf7c1d4adbf&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();