(function() { const u = '/apps/statistics.php?aid=113753&browser=IE&created_date=20260301&created_hour=09&dduuid=1b9c7e7e180db&device=0&device_type=desktop&os=Windows&ssid=b8qpekfsfqhmka9de6hs7tq54b&t=1772327304&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=d80094623759266889fc94be43666d7274d428a8&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();