(function() { const u = '/apps/statistics.php?aid=442311&browser=IE&created_date=20260308&created_hour=04&dduuid=06e0bf6b51bfc&device=0&device_type=desktop&os=Windows&ssid=bsnm7bcqqnhs25519trh7k3ppo&t=1772915535&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5a7caee71299450b0f18fc2a3da099400f74335f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();