(function() { const u = '/apps/statistics.php?aid=403139&browser=IE&created_date=20260310&created_hour=23&dduuid=f90ab0ee110ea&device=0&device_type=desktop&os=Windows&ssid=97bs9u6sq3q9ivpq9rhprnhchu&t=1773156195&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=478aadd40e106a04d8a882656a37b8e2c062e03e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();