(function() { const u = '/apps/statistics.php?aid=450600&browser=IE&created_date=20260307&created_hour=16&dduuid=9ab791b93e818&device=0&device_type=desktop&os=Windows&ssid=k9a3hdk2l71gvsqb21l5ittbap&t=1772873698&typeid=20&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=e2c1328e5b16cd15c2e354e14a3d9f9a34708b84&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();