(function() { const u = '/apps/statistics.php?aid=405&browser=IE&created_date=20260303&created_hour=12&dduuid=23aa191c95d04&device=0&device_type=desktop&os=Windows&ssid=76j69ujnplf1qcvp03ouqir5a2&t=1772512832&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b19fd27e13e7b14527f6288c813219df73ff715d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();