(function() { const u = '/apps/statistics.php?aid=340210&browser=IE&created_date=20260301&created_hour=02&dduuid=2501dd593c3c4&device=0&device_type=desktop&os=Windows&ssid=mv4gc55l8415g21phvch4vmdaj&t=1772303706&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=dd9a1ef507314bebecdf072cfa136bb16bee4340&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();