(function() { const u = '/apps/statistics.php?aid=207205&browser=IE&created_date=20260115&created_hour=03&dduuid=058f44d538f0f&device=0&device_type=desktop&os=Windows&ssid=3fd3odtv0kcgrg34lhpgei53lm&t=1768417805&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=7f686f67e4e15a4b40f8c16a567f052d1991a255&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();