(function() { const u = '/apps/statistics.php?aid=334313&browser=IE&created_date=20260311&created_hour=12&dduuid=8ff325d06ec1e&device=0&device_type=desktop&os=Windows&ssid=l7so81rk02q1pv341j4bm1l7j5&t=1773204571&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b0ead3bfc7cb5f721e63d8553d16998c03320f9e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();