(function() { const u = '/apps/statistics.php?aid=454553&browser=IE&created_date=20260311&created_hour=08&dduuid=903ede6e251d8&device=0&device_type=desktop&os=Windows&ssid=80q5gf3o6odh93d3rlr06apl3e&t=1773187397&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=26e836dcc2663a10d8b3b95fa7ad6ec80da62796&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();