(function() { const u = '/apps/statistics.php?aid=408608&browser=IE&created_date=20260306&created_hour=04&dduuid=ff5d8142cf1a6&device=0&device_type=desktop&os=Windows&ssid=ifee133gsa4884p33g08dtaj0q&t=1772744386&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=c4048e16a8390c10427497da84f0c5c2b68317d0&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();