(function() { const u = '/apps/statistics.php?aid=363081&browser=IE&created_date=20260125&created_hour=04&dduuid=0f59eadaa6e4e&device=0&device_type=desktop&os=Windows&ssid=3s3qk5si36o2h2be95q2400abj&t=1769285675&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c5964f64f4adcccb1a495a64a3c0fb361d0d1e8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();