(function() { const u = '/apps/statistics.php?aid=449286&browser=IE&created_date=20260124&created_hour=00&dduuid=7eb8193d8d1b1&device=0&device_type=desktop&os=Windows&ssid=s7cqq852dg391vkebm68kph0q0&t=1769184468&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=4c7713eaa2aadf5719762c6ea7adb162d88f5de3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();