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