(function() { const u = '/apps/statistics.php?aid=455302&browser=IE&created_date=20260227&created_hour=13&dduuid=8fd162a3cca53&device=0&device_type=desktop&os=Windows&ssid=qel6kgfhpu9th385qcuhtuh8ec&t=1772169023&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b66c45b03122a25ffab316e7fadaf54de2d5fa05&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();