(function() { const u = '/apps/statistics.php?aid=396880&browser=IE&created_date=20260131&created_hour=02&dduuid=826106cddb5ec&device=0&device_type=desktop&os=Windows&ssid=g2bt8o7rotpdsg7s8ie4tallmv&t=1769797062&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5c8ed295007222c3bb12c6d4b7e96450c17a0872&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();