(function() { const u = '/apps/statistics.php?aid=12114&browser=IE&created_date=20260122&created_hour=08&dduuid=9693b3f6ceb73&device=0&device_type=desktop&os=Windows&ssid=5kl46s2khppcttnq2f709t67am&t=1769043569&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=5f804010ba3858be9101726bed3773e997f06860&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();