(function() { const u = '/apps/statistics.php?aid=301603&browser=IE&created_date=20260226&created_hour=00&dduuid=ab15399759a71&device=0&device_type=desktop&os=Windows&ssid=cg427jrusdsdmrlmqn5754tsnu&t=1772036456&typeid=16&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c7f6134f52418c87c18fcf6cafc0f8e3a3146447&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();