(function() { const u = '/apps/statistics.php?aid=210036&browser=IE&created_date=20260224&created_hour=13&dduuid=ef46eae76be52&device=0&device_type=desktop&os=Windows&ssid=4gdhm5cnombr2lpat4oa9328r0&t=1771909594&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=9d649c2372ef2185fcfabde024da5b4d33b3c1be&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();