(function() { const u = '/apps/statistics.php?aid=88211&browser=IE&created_date=20260117&created_hour=07&dduuid=e6662579b8da7&device=0&device_type=desktop&os=Windows&ssid=a3j7itdpromumos5phdcjjfgf4&t=1768606963&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0aa98c37af2a0065cf0053e4a9e64e3e01ea57d6&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();