(function() { const u = '/apps/statistics.php?aid=404519&browser=IE&created_date=20260125&created_hour=05&dduuid=6968314e4c48b&device=0&device_type=desktop&os=Windows&ssid=5n27s420ulrrifvo66h9g506m1&t=1769289141&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d0d62b218c2bf2e57cec37f755535e7ab894398c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();