(function() { const u = '/apps/statistics.php?aid=339380&browser=IE&created_date=20260313&created_hour=00&dduuid=104f89a808dd2&device=0&device_type=desktop&os=Windows&ssid=31o02ohvcn9vr7137d4cha3dgm&t=1773334404&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c52903cb44b41ee5d3f8fc177f22e94e9012790d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();