(function() { const u = '/apps/statistics.php?aid=390999&browser=IE&created_date=20260310&created_hour=17&dduuid=bfa4011c07fff&device=0&device_type=desktop&os=Windows&ssid=1bissovcgi9r66p7efvh3gdd0q&t=1773133781&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=237805d057add65b8e8af7276d070f4a97b5029d&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();