(function() { const u = '/apps/statistics.php?aid=441191&browser=IE&created_date=20251129&created_hour=20&dduuid=dfde64b513a01&device=0&device_type=desktop&os=Windows&ssid=d9ijrdoi01ct3uh471e02cht9j&t=1764420451&typeid=21&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7df48106f2cbada97da0eaf9170b0ed23b618379&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();