(function() { const u = '/apps/statistics.php?aid=455361&browser=IE&created_date=20260303&created_hour=15&dduuid=a95762a0f9831&device=0&device_type=desktop&os=Windows&ssid=bo40aghju20d6sqhcms8g4k4iv&t=1772524734&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9a1221ccd9920ef3145913d26c2be790c3c3ea9f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();