(function() { const u = '/apps/statistics.php?aid=442389&browser=IE&created_date=20251208&created_hour=12&dduuid=a4b1ea065ab81&device=0&device_type=desktop&os=Windows&ssid=g2re2slslr3rgqusqv9qjoav8b&t=1765169416&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8e29265d44d55fef55a2c999be6652098781fcbb&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();