(function() { const u = '/apps/statistics.php?aid=443946&browser=IE&created_date=20251217&created_hour=04&dduuid=3566b874e0c39&device=0&device_type=desktop&os=Windows&ssid=a1hc4bs8pofdb5dvnu4jo8mujp&t=1765917404&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=51fa59338b99ff59295fe7b0a59f651855399d2c&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();