(function() { const u = '/apps/statistics.php?aid=354293&browser=IE&created_date=20260125&created_hour=12&dduuid=1552dc6960dbe&device=0&device_type=desktop&os=Windows&ssid=7ks7tor64pi3ap3s960qcig82k&t=1769314514&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=1e534cfac758bf283f8e5ba34873c292b101208b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();