(function() { const u = '/apps/statistics.php?aid=450556&browser=IE&created_date=20260307&created_hour=15&dduuid=bb02ef763a01b&device=0&device_type=desktop&os=Windows&ssid=pedsn49ub8ni6otnuheumttdgk&t=1772867855&typeid=17&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=de779248dc5a9c89969f67e8b441915cd79c9175&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();