(function() { const u = '/apps/statistics.php?aid=86421&browser=IE&created_date=20260201&created_hour=03&dduuid=2a12c1d6faf30&device=0&device_type=desktop&os=Windows&ssid=lfrppnstl3rlht9ajpqf5r3pe2&t=1769886043&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4557b11c8dfd66579a7dd57e7223e7383f80e61a&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();