(function() { const u = '/apps/statistics.php?aid=408952&browser=IE&created_date=20260121&created_hour=15&dduuid=280b4132829e8&device=0&device_type=desktop&os=Windows&ssid=7ofg8s5v2q3cp2gp5aofqvnahs&t=1768980392&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ed14eda0d599cc68b9723f36514c5ade88150187&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();