(function() { const u = '/apps/statistics.php?aid=240807&browser=IE&created_date=20260121&created_hour=12&dduuid=7098b1ea208a2&device=0&device_type=desktop&os=Windows&ssid=lonevmf0e45iakp0cbb5mtqp98&t=1768971268&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b28afcc2c20899288780a4fdb18f8324fea67d0e&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();