(function() { const u = '/apps/statistics.php?aid=423286&browser=IE&created_date=20260102&created_hour=05&dduuid=5f7f222f0b344&device=0&device_type=desktop&os=Windows&ssid=s1cckksubm3dg6q2l6h0d5ap3b&t=1767303036&typeid=19&url_type=2&value=TW96aWxsYS81LjAgKFdpbmRvd3MgTlQgMTAuMDsgV09XNjQ7IFRyaWRlbnQvNy4wOyBydjoxMS4wKSBsaWtlIEdlY2tv&sign=ce8f94d3e2a6d63cd52743172dba1a7c43723385&dopost=stat'; if (window.fetch) { fetch(u).catch(() => {}); } else { var xhr = new XMLHttpRequest(); xhr.open('GET', u, true); xhr.send(); } })();