(function() { const u = '/apps/statistics.php?aid=33974&browser=IE&created_date=20260310&created_hour=23&dduuid=c53118d733186&device=0&device_type=desktop&os=Windows&ssid=gppp5i9hrportf6qico9f2e1pu&t=1773155634&typeid=15&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=91991b48e9f8daa8bbfcf6ce87be221349f2cf58&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();