(function() { const u = '/apps/statistics.php?aid=407108&browser=IE&created_date=20260225&created_hour=06&dduuid=a94055f1e2585&device=0&device_type=desktop&os=Windows&ssid=tpmvmapa79asgdo16oitec83um&t=1771972211&typeid=13&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=b7f5bdaabfd68f70c63fda38089557e6858917c3&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();