(function() { const u = '/apps/statistics.php?aid=93231&browser=IE&created_date=20260304&created_hour=11&dduuid=3e358b4f2c3d8&device=0&device_type=desktop&os=Windows&ssid=vtfetsbdkisc5g9rncvloh2tp3&t=1772594519&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=34fc1c5bf9b7e685074b4c89a878f2c60017f0b3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();