(function() { const u = '/apps/statistics.php?aid=407693&browser=IE&created_date=20260122&created_hour=10&dduuid=4b033e30e1552&device=0&device_type=desktop&os=Windows&ssid=mf8kjdat63q3l6022vhk5d084s&t=1769049470&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=0782e477b016a11482c4db7f6cd0c012e1783a03&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();