(function() { const u = '/apps/statistics.php?aid=202&browser=IE&created_date=20260308&created_hour=01&dduuid=b43dbaca533aa&device=0&device_type=desktop&os=Windows&ssid=ufrp98sif58dfo3fslm81pbnmk&t=1772906280&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=55d510df426da859ae2bed4cbb562cb0ed3fd436&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();