(function() { const u = '/apps/statistics.php?aid=452955&browser=IE&created_date=20260209&created_hour=16&dduuid=0fcaf30d0a0b2&device=0&device_type=desktop&os=Windows&ssid=8tr8djc6q30ccs1mkopesiclhr&t=1770626325&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=8038ce493e7682d80ed279413ad40f177b816fcd&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();