(function() { const u = '/apps/statistics.php?aid=412196&browser=IE&created_date=20260119&created_hour=21&dduuid=cca95d4875c42&device=0&device_type=desktop&os=Windows&ssid=un83dhpein81s1chfq4ngsamjt&t=1768829463&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=3e124daefa3a0212c822ee08e6e11d077c41d84b&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();