(function() { const u = '/apps/statistics.php?aid=206&browser=IE&created_date=20260112&created_hour=14&dduuid=c0696f677a779&device=0&device_type=desktop&os=Windows&ssid=ce9bm3d1ipt43f43f0m0cif7v8&t=1768200890&typeid=14&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6df27973b48d9662a6d73a97854eeb2581101529&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();