(function() { const u = '/apps/statistics.php?aid=455832&browser=IE&created_date=20260310&created_hour=21&dduuid=ecf0a5e7d2c7a&device=0&device_type=desktop&os=Windows&ssid=ilvcio8vf4dbsotqmbbho5qcuj&t=1773148984&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e283e101349b2122c768904fedd91e4759799f66&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();