(function() { const u = '/apps/statistics.php?aid=453987&browser=IE&created_date=20260224&created_hour=03&dduuid=90a7172a12fcb&device=0&device_type=desktop&os=Windows&ssid=opm0b2cih84qtngfohmgk49crd&t=1771876739&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4eeefbfc8ab3bdd75d5a319762c984dee490f2bd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();