(function() { const u = '/apps/statistics.php?aid=291718&browser=IE&created_date=20260223&created_hour=19&dduuid=a75f8c2d341b5&device=0&device_type=desktop&os=Windows&ssid=if46tcbhmeeaq4gdgna02689o6&t=1771845287&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d2992cde1ed0edb4d81ce77ced0094bb2e6ba08a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();