(function() { const u = '/apps/statistics.php?aid=451906&browser=IE&created_date=20260313&created_hour=01&dduuid=20ce35d109efa&device=0&device_type=desktop&os=Windows&ssid=cr7180e6ketmgplonitf47hihe&t=1773336601&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=165625db7e5096a3bda1fae3ae396a39da4141d5&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();