(function() { const u = '/apps/statistics.php?aid=446666&browser=IE&created_date=20260114&created_hour=05&dduuid=2e67b5016cb3e&device=0&device_type=desktop&os=Windows&ssid=rh49ooj0ms49jehd6gfonkp4o3&t=1768340585&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=95d819fecb8a210f005aa97a12fa843a1278d26f&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();