(function() { const u = '/apps/statistics.php?aid=410600&browser=IE&created_date=20260120&created_hour=14&dduuid=051442198516b&device=0&device_type=desktop&os=Windows&ssid=b3k0f5qi12a4oh0m634t51453f&t=1768891429&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=82b743582ce56c90339f9af6c5632ef880d02624&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();