(function() { const u = '/apps/statistics.php?aid=440544&browser=IE&created_date=20251126&created_hour=07&dduuid=58345bb199ad4&device=0&device_type=desktop&os=Windows&ssid=f1t4mrdeh40ss2np5hdbof5vg1&t=1764112404&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=6f4eba87fe380e460bcf2d53adfdf4c1947a75ca&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();