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